const crypto/internal/fips140/bigmod.preallocLimbs

4 uses

	crypto/internal/fips140/bigmod (current package)
		nat.go#L66: const preallocLimbs = (preallocTarget + _W - 1) / _W
		nat.go#L72: 	limbs := make([]uint, 0, preallocLimbs)
		nat.go#L787: 		T := make([]uint, 0, preallocLimbs*2)
		nat.go#L938: 		T := make([]uint, 0, preallocLimbs*2)